home *** CD-ROM | disk | FTP | other *** search
- NUM_PES(3I) Last changed: 4-13-99
-
-
- NNAAMMEE
- __nnuumm__ppeess, NNUUMM__PPEESS - Returns the number of processing elements (PEs)
- running in an application
-
- SSYYNNOOPPSSIISS
- C or C++:
-
- ##iinncclluuddee <<iinnttrriinnssiiccss..hh>>
- iinntt __nnuumm__ppeess ((vvooiidd));;
-
- Fortran:
-
- II == NNUUMM__PPEESS(())
-
- IIMMPPLLEEMMEENNTTAATTIIOONN
- C/C++: UNICOS and UNICOS/mk
-
- Fortran: UNICOS, UNICOS/mk, and IRIX systems
-
- Cray C/C++, CF90, MIPSpro 7 Fortran 90
-
- SSTTAANNDDAARRDDSS
- C/C++ extension
-
- Fortran extension
-
- DDEESSCCRRIIPPTTIIOONN
- The nnuumm__ppeess function returns the number of PEs running in an
- application.
-
- CC//CC++++ NNOOTTEESS
- The __nnuumm__ppeess intrinsic function is evaluated at run-time and cannot be
- used in constant expressions.
-
- Because __nnuumm__ppeess is an intrinsic function, no externally visible
- library function is available for it. The compiler generates inline
- code to produce the result.
-
- SSEEEE AALLSSOO
- iinnttrroo__sshhmmeemm(3), mmyy__ppee(3I), ssttaarrtt__ppeess(3)
-
- A complete list of C/C++ intrinsic functions available on UNICOS and
- UNICOS/mk systems is in the _C_r_a_y _C/_C++ _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l.
-
- _M_e_s_s_a_g_e _P_a_s_s_i_n_g _T_o_o_l_k_i_t: _P_V_M _P_r_o_g_r_a_m_m_e_r'_s _M_a_n_u_a_l
-
- _M_e_s_s_a_g_e _P_a_s_s_i_n_g _T_o_o_l_k_i_t: _M_P_I _P_r_o_g_r_a_m_m_e_r'_s _M_a_n_u_a_l
-
- _I_n_t_r_i_n_s_i_c _P_r_o_c_e_d_u_r_e_s _R_e_f_e_r_e_n_c_e _M_a_n_u_a_l for the printed version of this
- man page.
-